home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / browser / safebrowsing / browser-protection.css next >
Cascading Style Sheet File  |  2007-02-16  |  2KB  |  117 lines

  1. #safebrowsing-palm-message { 
  2.   display: none;
  3.   position: fixed;
  4.   top: 0px; 
  5.   left: 0px;
  6.   z-index: 2;
  7. }
  8.  
  9. #safebrowsing-palm-message-content {
  10.   background-color: white;
  11.   color: black;
  12.   -moz-box-sizing: border-box;
  13.   -moz-border-radius: 10px;
  14.   padding: 10px;
  15.   border-top: 1px solid;
  16.   border-left: 1px solid;
  17.   border-right: 2px solid;
  18.   border-bottom: 2px solid;
  19.   z-index: 1;
  20.   margin: 0;
  21.   font-size: 120%;
  22. }
  23.  
  24. .safebrowsing-palm-fixed-width { 
  25.   width: 400px; 
  26.   max-width: 400px;
  27. }
  28.  
  29. .safebrowsing-palm-paragraph {
  30.   padding-bottom: 2em;
  31. }
  32.  
  33. #safebrowsing-palm-close-container {
  34.   height: 16px;
  35.   margin: 0;
  36.   padding: 0;
  37. }
  38.  
  39. #safebrowsing-palm-close { 
  40.   cursor: pointer;
  41.   height: 16px; 
  42.   width: 16px; 
  43.   list-style-image: url("chrome://browser/skin/safebrowsing/close16x16.png");
  44.   z-index: 10;
  45. }
  46.  
  47. #safebrowsing-palm-message-tail-container { 
  48.   display: none;
  49.   position: fixed;
  50.   top: 0px;
  51.   left: 0px;
  52.   border-right: 2px solid;
  53.   z-index: 3;
  54.   height: 67px;
  55.   margin: 0;
  56.   padding: 0;
  57. }
  58.  
  59. #safebrowsing-palm-message-tail { 
  60.   height: 67px;
  61.   width: 24px;
  62.   max-width: 24px;
  63.   z-index: 3;
  64. }
  65.  
  66. #safebrowsing-palm-message-titlebox { 
  67.   background-image: url("chrome://browser/skin/safebrowsing/warning24x24.png");
  68.   background-repeat: no-repeat;
  69.   background-position: top left;
  70.   text-indent: 30px;
  71.   padding: 0 0 5px;
  72.   margin-top: -16px;
  73.   font-size: 120%;
  74.   font-weight: bold;
  75.   min-height: 26px;
  76. }
  77.  
  78. #safebrowsing-palm-message-actionbox { 
  79.   padding: 10px 10px 15px;
  80.   text-align: center;
  81. }
  82.  
  83. .safebrowsing-palm-bigtext { 
  84.   font-weight: bold;
  85. }
  86.  
  87. .safebrowsing-palm-smalltext { 
  88.   font-size: 80%;
  89. }
  90.  
  91. #safebrowsing-palm-google-logo { 
  92.   height: 32px;
  93.   max-height: 32px;
  94.   width: 78px;
  95. }
  96.  
  97. #safebrowsing-page-canvas {
  98.   position: fixed;
  99. }
  100.  
  101. #safebrowsing-dim-area-canvas {
  102.   background-image: url("chrome://browser/skin/safebrowsing/dim.png");
  103.   position: fixed;
  104. }
  105.  
  106. #safebrowsing-urlbar-icon {
  107.   padding: 1px 2px 1px 0;
  108. }
  109.  
  110. #safebrowsing-urlbar-icon[level="safe"] {
  111.   list-style-image: none;
  112. }
  113.  
  114. #safebrowsing-urlbar-icon[level="warn"] {
  115.   list-style-image: url("chrome://browser/skin/safebrowsing/warning16x16.png");
  116. }
  117.